-
Notifications
You must be signed in to change notification settings - Fork 17
CLOUDP-290847: Remove outdated code #378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
3647300
to
77c55dc
Compare
LGTM: Ideally removing the code should have failed some existing tests. |
@anandsyncs this is the code branch we never reach because we do not use/set annotations on the pod template. It seems like leftovers from the previous implementation. Not harming anything by being there apart from the fact it creates a reference to things I'm touching while working on a fix for agent certs rotation. |
This piece of code is meant to preserve cert hash annotation in the pod template. We currently do not use cert hash annotation on the pod: we only use sts level annotations.
81549d8
to
9c44512
Compare
Rebased on top of No other changes. |
|
Summary
This piece of code is meant to preserve cert hash annotation in the pod template. We currently do not use cert hash annotation on the pod: we only use sts level annotations.
Proof of Work
Tests must pass
Checklist
skip-changelog
label if not needed